home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
network
/
lattice
/
netlib.lzh
/
MINTNET.LIB
/
INCLUDE
/
SIGNAL.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-12-27
|
285 b
|
15 lines
/*
* Signal related definitions.
*
* 11/12/93, kay roemer
*/
#ifndef _SIGNAL_H
#define _SIGNAL_H
#define SIGPIPE 13 /* broken socket connection */
#define SIGURG 16 /* urgent condition on IO channel */
#define SIGIO 23 /* IO possible */
#endif /* _SIGNAL_H */